home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pbaseiv.zip / P4DBS001.TIP < prev    next >
Text File  |  1991-12-16  |  1KB  |  31 lines

  1. When entering Paradox records that differ only slightly,
  2. it's easier to make several copies of one, then add unique
  3. information by editing the new records. The Ditto key
  4. (<Ctrl>-D) is great for copying one or two fields, but for
  5. entire records, this miniscript is a lot easier.
  6.  
  7. To enter the miniscript, press <Alt>-<F10>, select
  8. MiniScript, and enter
  9.  
  10. setkey -19 copytoarray a setkey -20 copyfromarray a
  11.  
  12. Press <Enter> at the end of the line. The values represent
  13. key combinations: -19 for <Alt>-R and -20 for <Alt>-T.
  14. Appendix B of the PAL User's Guide lists other key values
  15. you can use.
  16.  
  17. After entering the miniscript, use Modify Edit to edit a
  18. data file. Move the cursor to a record you want to copy, and
  19. press <Alt>-R. Move to a new record, and press <Alt>-T. You
  20. can then move the cursor down and press <Alt>-T again to
  21. copy that record repeatedly.
  22.  
  23. Richard Reiter
  24. Aptos, California
  25.  
  26. Title: Miniscript Is a Big Help
  27. Category: DBS
  28. Issue date: Mar 1991
  29. Editor: Tom Swan
  30. Supplementary files: NONE
  31.